From 6ab69afd3b974caf49221713086a4d7749f8be04 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 24 Mar 2007 15:41:33 +0000 Subject: [PATCH] (Fx_show_tip): Doc fix. --- src/macfns.c | 2 ++ src/w32fns.c | 2 ++ src/xfns.c | 2 ++ 3 files changed, 6 insertions(+) diff --git a/src/macfns.c b/src/macfns.c index 1857950aad7..d4483621654 100644 --- a/src/macfns.c +++ b/src/macfns.c @@ -4115,6 +4115,8 @@ DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0, doc: /* Show STRING in a "tooltip" window on frame FRAME. A tooltip window is a small window displaying a string. +This is an internal function; Lisp code should call `tooltip-show'. + FRAME nil or omitted means use the selected frame. PARMS is an optional list of frame parameters which can be used to diff --git a/src/w32fns.c b/src/w32fns.c index e4961a6bfbe..8cac4ea2376 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -7498,6 +7498,8 @@ DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0, doc: /* Show STRING in a \"tooltip\" window on frame FRAME. A tooltip window is a small window displaying a string. +This is an internal function; Lisp code should call `tooltip-show'. + FRAME nil or omitted means use the selected frame. PARMS is an optional list of frame parameters which can be diff --git a/src/xfns.c b/src/xfns.c index 47e78222cbf..03cbaaec8e2 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -5030,6 +5030,8 @@ DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0, doc: /* Show STRING in a "tooltip" window on frame FRAME. A tooltip window is a small X window displaying a string. +This is an internal function; Lisp code should call `tooltip-show'. + FRAME nil or omitted means use the selected frame. PARMS is an optional list of frame parameters which can be used to -- 2.30.2